hasAccess method

Future<bool> hasAccess()

Implementation

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