static Future<String> get getUserAlias async { final String userAlias = await _channel.invokeMethod('getUserAlias'); return userAlias; }