redirectBackUri property

void redirectBackUri=(String? value)

Implementation

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