static Future<bool?> requestOnce({bool withOptOut = false}) async { Map<String, dynamic> values = { 'withOptOut': withOptOut, }; return await _channel.invokeMethod('requestOnce', values); }