isCobrowseNotification abstract method

  1. @android
Future<bool> isCobrowseNotification(
  1. Map<String, String>? data
)

Tests whether a push notification was generated by Cobrowse. Returns true if it looks like a Cobrowse notification.

Implementation

@TargetPlatform.android
Future<bool> isCobrowseNotification(Map<String, String>? data);