MlKitChannel constructor

MlKitChannel()

Implementation

factory MlKitChannel() {
  _instance ??= MlKitChannel._();
  return _instance!;
}