@override Future<void> stopCoBrowsing() async { try { await methodChannel.invokeMethod<void>('stopCoBrowsing'); } on PlatformException { 'Failed to stop coBrowsing.'; } }