onNotificationPressed method

void onNotificationPressed()

Called when the notification itself on the Android platform is pressed.

"android.permission.SYSTEM_ALERT_WINDOW" permission must be granted for this function to be called.

Implementation

void onNotificationPressed() => FlutterForegroundTask.launchApp();