init method

Future<void> init()

Implementation

Future<void> init() async {
  await dispose();
  _fd = await LotI2cChannel.init(device);
}