apply method

Future<void> apply()

Applies the attribute operations.

Implementation

Future<void> apply() async {
  return await channel.invokeMethod(type, operations);
}