RemoteHelloRequest constructor

RemoteHelloRequest({
  1. required RealmSettings realmSettings,
  2. required AuthenticatorContext context,
  3. required Map<String, Object?> options,
  4. required String transactionId,
})

Implementation

RemoteHelloRequest({
  required this.realmSettings,
  required this.context,
  required this.options,
  required this.transactionId,
});