logEventChannel property

  1. @visibleForTesting
EventChannel logEventChannel
final

Event channel for log events

Implementation

@visibleForTesting
final logEventChannel = const EventChannel(
  'flutter_ulink_sdk/logs',
);