hasPermission method

Future<bool> hasPermission()

Implementation

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