checkPermission method

Future<bool?> checkPermission()

Implementation

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