static Future<bool> showChat() async { final bool result = await _channel.invokeMethod(_methodShowChat); return result; }