removeAsync static method

Future<void> removeAsync(
  1. String key
)

Implementation

static Future<void> removeAsync(String key) async {
  await _getMutableConfigurationProvider().removeAsync(key);
}