Future<void> setRemoteDisplayWithUserId(int userId) { return _channel .invokeMethod('setRemoteDisplayWithUserId', {"userId": userId}); }