@override Future<void> stopRemoteView(String userId) async { if (!kIsWeb && (Platform.isIOS || Platform.isAndroid)) { await methodChannel.invokeMethod("stopRemoteView", {'userId': userId}); } }