Checks if this app can draw on top of other apps.
Future<bool> canDrawOverlays() { return _api.canDrawOverlays(); }