Skip to content

Instantly share code, notes, and snippets.

@rxlabz
Last active June 16, 2017 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rxlabz/4b0b1bc97121f6639e55e221ef388496 to your computer and use it in GitHub Desktop.
Save rxlabz/4b0b1bc97121f6639e55e221ef388496 to your computer and use it in GitHub Desktop.
static const MethodChannel _channel = const MethodChannel('plugin_demo');
String platformVersion = await _channel.invokeMethod('getPlatformVersion');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment