launchNotification static method

Future<Map<String, dynamic>?> launchNotification()

The notification that launched the app, if present, otherwise null.

Implementation

static Future<Map<String, dynamic>?> launchNotification() async =>
    MBPush.launchNotification();