Get the user consent status
static Future<bool> getUserConsentStatus() async { if(!Platform.isAndroid) return false; return await _channel.invokeMethod("Pushe.getUserConsentStatus"); }