onPushNotification abstract method

  1. @android
Future<void> onPushNotification(
  1. Map<String, String> data
)

Call this when your Firebase handler receives a push notification. Non-cobrowse push notifications will be ignored.

Implementation

@TargetPlatform.android
Future<void> onPushNotification(Map<String, String> data);