TXDeviceManager constructor Null safety

TXDeviceManager(
  1. dynamic channel
)

Implementation

TXDeviceManager(channel) {
  _channel = channel;
}