@override Future<void> startChat() async { try { await verloopMethods.invokeMethod('showChat'); } on PlatformException catch (e) { log("Failed to load widget: '${e.message}'."); } }