Check if Pushe is initialized to server or not.
static Future<bool> isInitialized() async { if(!Platform.isAndroid) return false; return await _channel.invokeMethod("Pushe.isInitialized") ?? false; }