Future<int> getConsentStatus() async { int consentStatus = await _platform.invokeMethod('getConsentStatus'); return consentStatus; }