eventChannel property
The event channel used to receive notification tap events when app is running.
Implementation
@visibleForTesting
final eventChannel = const EventChannel('launch_channel_events');
The event channel used to receive notification tap events when app is running.
@visibleForTesting
final eventChannel = const EventChannel('launch_channel_events');