LifecycleEventAlreadyCompletedException constructor
Implementation
LifecycleEventAlreadyCompletedException({String? type, String? message})
: super(
type: type,
code: 'LifecycleEventAlreadyCompletedException',
message: message);