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