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