checkOp method

Future<int?> checkOp(
  1. AppOpsType type
)

Implementation

Future<int?> checkOp(AppOpsType type) {
  throw UnimplementedError('checkOp() has not been implemented.');
}