static Future<String> getUserId() async { final String userId = await _channel.invokeMethod('getUserId'); return userId; }