handleMethodCall method
Implementation
Future<dynamic> handleMethodCall(MethodCall call) async {
throw PlatformException(
code: 'Unimplemented',
details: 'desktop_drop for web doesn\'t implement \'${call.method}\'',
);
}
Future<dynamic> handleMethodCall(MethodCall call) async {
throw PlatformException(
code: 'Unimplemented',
details: 'desktop_drop for web doesn\'t implement \'${call.method}\'',
);
}