apply method
Applies the attribute operations.
Implementation
Future<void> apply() async {
return await channel.invokeMethod(type, operations);
}
Applies the attribute operations.
Future<void> apply() async {
return await channel.invokeMethod(type, operations);
}