RemoteHelloRequest constructor
RemoteHelloRequest({
- required RealmSettings realmSettings,
- required AuthenticatorContext context,
- required Map<
String, Object?> options, - required String transactionId,
Implementation
RemoteHelloRequest({
required this.realmSettings,
required this.context,
required this.options,
required this.transactionId,
});