setMethodCallHandler method
Implementation
void setMethodCallHandler(Future<dynamic> Function(MethodCall call)? handler) {
SafeClipboardPlatform.instance.setMethodCallHandler(handler);
}
void setMethodCallHandler(Future<dynamic> Function(MethodCall call)? handler) {
SafeClipboardPlatform.instance.setMethodCallHandler(handler);
}