requestPermission method

Future<bool> requestPermission()

Implementation

Future<bool> requestPermission() async {
  throw UnimplementedError();
}