tryRestoreAuth method

  1. @override
Future<void> tryRestoreAuth()
override

Used to restore your login information.

Implementation

@override
Future<void> tryRestoreAuth() {
  throw UnimplementedError("The authentication function is not implemented.");
}