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