@override Future<void> stopRemoteView(String userId) async { await methodChannel.invokeMethod("stopRemoteView", {'userId': userId}); }