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