onMethodCall method
Implementation
@mustCallSuper
Future<dynamic> onMethodCall(MethodCall call) async {
switch (call.method) {
default:
throw UnimplementedError("${call.method} was invoked but isn't implemented by YPayPlatformViewsService");
}
}