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