authenticate method
Authenticates the user.
Implementation
Future<dynamic> authenticate() {
throw UnimplementedError(
'authenticate() has not been implemented.');
}
Authenticates the user.
Future<dynamic> authenticate() {
throw UnimplementedError(
'authenticate() has not been implemented.');
}