checkPermission method

Future<bool> checkPermission()

Implementation

Future<bool> checkPermission() async {
  return true;
}