requestOverlayPermission method
Request system overlay permission
This will open the system settings where the user can grant overlay permission.
Implementation
Future<void> requestOverlayPermission() async {
return await TypeMatePlatform.instance.requestOverlayPermission();
}