handleMethodCall method
Implementation
@visibleForTesting
Future<dynamic> handleMethodCall(MethodCall call) async {
switch (call.method) {
default:
throw MissingPluginException();
}
}
@visibleForTesting
Future<dynamic> handleMethodCall(MethodCall call) async {
switch (call.method) {
default:
throw MissingPluginException();
}
}