deleteGlobalAttributes method

Future<void> deleteGlobalAttributes(
  1. Map<String, Object?> attributes
)

Implementation

Future<void> deleteGlobalAttributes(Map<String, Object?> attributes) {
  throw UnimplementedError(
      'deleteGlobalAttributes() has not been implemented.');
}