removeGlobalAttribute method

Future<void> removeGlobalAttribute(
  1. String key
)

Implementation

Future<void> removeGlobalAttribute(String key) async {
  throw UnimplementedError(
    'removeGlobalAttribute() has not been implemented.',
  );
}