createBackgroundChannel<T extends BackgroundModelBase> method
Implementation
BackgroundChannel createBackgroundChannel<T extends BackgroundModelBase>(T Function(Map<Object?, Object?> mapParam) dataConverter) =>
localChannelsCache[T] ??= BackgroundChannel<T>(onData: dataConverter, backgroundServiceManager: this);