Get email
static Future<String> getUserEmail() async { if(!Platform.isAndroid) return ""; return await _channel.invokeMethod("Pushe.getUserEmail") ?? ""; }