returnUrl property
The url your customer will be directed to after they complete authentication.
Implementation
@JsonKey(name: "return_url")
String? get returnUrl => throw _privateConstructorUsedError;
The url your customer will be directed to after they complete authentication.
@JsonKey(name: "return_url")
String? get returnUrl => throw _privateConstructorUsedError;