checkOverlayPermission method

Future<bool> checkOverlayPermission()

Check if overlay permission is granted

This permission is required to display overlay bubbles on top of other apps. Returns true if permission is granted.

Implementation

Future<bool> checkOverlayPermission() async {
  return await TypeMatePlatform.instance.checkOverlayPermission();
}