auth method

Future<Map<String, dynamic>> auth({
  1. String? state,
})

Implementation

Future<Map<String, dynamic>> auth({String? state}) {
  throw UnimplementedError('auth() has not been implemented.');
}