requestOverlayPermission method

Future<bool> requestOverlayPermission()

Request overlay permission (Android only) Opens system settings for the user to grant permission

Implementation

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