getGoogleConsentModeStatus method
Implementation
@override
Future<Map<String, String>> getGoogleConsentModeStatus() async {
final result = await methodChannel.invokeMethod<Map<dynamic, dynamic>>('getGoogleConsentModeStatus');
return Map<String, String>.from(result!);
}