Future<void> login(String userIdentity) async { await _channel.invokeMethod("login", userIdentity); }