firmwareUpdateEventChannel property

  1. @visibleForTesting
EventChannel firmwareUpdateEventChannel
final

Event channel for firmware update and initialization progress events

Implementation

@visibleForTesting
final firmwareUpdateEventChannel = const EventChannel(
  'tripos_mobile/firmware_update',
);