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