getOnDidReceiveBackgroundNotificationResponse method

dynamic Function(NotificationResponse notificationResponse)? getOnDidReceiveBackgroundNotificationResponse()

Get on did receive background notification response

Implementation

Function(NotificationResponse notificationResponse)?
getOnDidReceiveBackgroundNotificationResponse() =>
    _onDidReceiveBackgroundNotificationResponse;