removeConfig function

void removeConfig(
  1. String key
)

remove config into memory or custom provider

Implementation

void removeConfig(String key) => SystemConfig.remove(key);