onCanceled method

  1. @override
void onCanceled()
override

Called when the user cancells the sign in process.

Implementation

@override
void onCanceled() {
  value = initialState;
}