launchNotification property
Implementation
@override
PushNotificationMessage? get launchNotification {
if (!_isConfigured) {
throw _needsConfigurationException;
}
final result = _launchNotification;
_launchNotification = null;
return result;
}