MethodChannelAttriax constructor

MethodChannelAttriax({
  1. MethodChannel? channel,
  2. String logName = 'attriax.platform_interface',
})

Implementation

MethodChannelAttriax({
  MethodChannel? channel,
  String logName = 'attriax.platform_interface',
}) : _channel = channel ?? const MethodChannel('attriax'),
     _logName = logName;