onSessionInitialized property
dynamic Function(HoldToken object)?
get
onSessionInitialized
Implementation
Function(HoldToken object)? get onSessionInitialized =>
_$this._onSessionInitialized;
set
onSessionInitialized
(dynamic onSessionInitialized(HoldToken object)?)
Implementation
set onSessionInitialized(Function(HoldToken object)? onSessionInitialized) =>
_$this._onSessionInitialized = onSessionInitialized;