Check if the overlay is currently visible
Future<bool> isOverlayVisible() async { return await TypeMatePlatform.instance.isOverlayVisible(); }