static bool isNetmeraRemoteMessage(Map data) { if (Platform.isAndroid && data.containsKey("_nm")) { return true; } return false; }