redirectBackUri property

set redirectBackUri (String? value)

Implementation

set redirectBackUri(String? value) {
  _redirectBackUri = value;
}