static Future<bool> requestIfRequired() async { if (!isSupportedPlatform) return false; return await _channel.invokeMethod('requestIfRequired'); }