eventChannel property
The event channel used to receive real-time updates from the native platform.
Implementation
@visibleForTesting
final eventChannel = const EventChannel(
'miguelruivo.flutter.plugins.filepickerevent',
);
The event channel used to receive real-time updates from the native platform.
@visibleForTesting
final eventChannel = const EventChannel(
'miguelruivo.flutter.plugins.filepickerevent',
);