removeAllAsync static method

Future<void> removeAllAsync()

Implementation

static Future<void> removeAllAsync() async {
  await _getMutableConfigurationProvider().removeAllAsync();
}