isAppierPush static method

Future<bool> isAppierPush(
  1. String messageString
)

Check if the remote message is from AIQUA

Implementation

static Future<bool> isAppierPush(String messageString) async {
  return AppierFlutterPlatform.instance.isAppierPush(messageString);
}