authenticate method

Future<bool> authenticate()

✅ New: abstract authenticate method

Implementation

Future<bool> authenticate() {
  throw UnimplementedError('authenticate() has not been implemented.');
}