openOverlaySettings static method
Opens overlay settings of this device.
Implementation
static Future<void> openOverlaySettings() async {
await platform.invokeMethod('openOverlaySettings');
}
Opens overlay settings of this device.
static Future<void> openOverlaySettings() async {
await platform.invokeMethod('openOverlaySettings');
}