Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Created November 3, 2019 12:23
Show Gist options
  • Save robertohuertasm/ecc443820529d4ff0b0fd81adc8e228d to your computer and use it in GitHub Desktop.
Save robertohuertasm/ecc443820529d4ff0b0fd81adc8e228d to your computer and use it in GitHub Desktop.
rust_for_android_ios_flutter
static Future<String> hello({to: String}) async {
final String greetings = await _channel.invokeMethod('hello', {'to': to});
return greetings;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment