@override Future<void> openChat() async { await methodChannel.invokeMethod<String>('openChat'); return; }