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