canDrawOverlays function

Future<bool> canDrawOverlays()

Checks if this app can draw on top of other apps.

Implementation

Future<bool> canDrawOverlays() {
  return _api.canDrawOverlays();
}