static Future<Map?> userClientConnectWithJSON(Map user) async { return await _channel.invokeMethod('userClientConnectWithJSON', [user]); }