createUsageGroup method

UsageGroup createUsageGroup(
  1. String name
)

Creates a new usage group with the given name.

Implementation

UsageGroup createUsageGroup(String name) => _base.createUsageGroup(name);