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