returnUrl property

  1. @JsonKey(name: "return_url")
String? returnUrl
inherited

The url your customer will be directed to after they complete authentication.

Implementation

@JsonKey(name: "return_url")
String? get returnUrl => throw _privateConstructorUsedError;