isCobrowseNotification abstract method
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);