methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to interact with the native platform.

This channel is used for single image predictions and other operations that don't require a platform view.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel('yolo_single_image_channel');