TagEditor constructor
- String methodName,
- MethodChannel channel
Implementation
TagEditor(String methodName, MethodChannel channel)
: _methodName = methodName,
_operations = [],
_channel = channel;
TagEditor(String methodName, MethodChannel channel)
: _methodName = methodName,
_operations = [],
_channel = channel;