isAccessAllowed method

Future<bool?> isAccessAllowed()

Implementation

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