checkPermissions static method
Implementation
static Future<bool> checkPermissions(
{SystemWindowPrefMode prefMode = SystemWindowPrefMode.DEFAULT}) async {
return await _channel.invokeMethod(
'checkPermissions', [Commons.getSystemWindowPrefMode(prefMode)]);
}