requestPermission function
Request overlay permission.
Show screen for controlling which apps can draw on top of other apps.
Implementation
Future<void> requestPermission() {
return _api.requestPermission();
}
Request overlay permission.
Show screen for controlling which apps can draw on top of other apps.
Future<void> requestPermission() {
return _api.requestPermission();
}