checkPermissions method

Future<bool> checkPermissions()

Check if required permissions are granted

Implementation

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