getManagedConfigurations method

Future<Map<String, String>> getManagedConfigurations()

Implementation

Future<Map<String, String>> getManagedConfigurations() {
  throw UnimplementedError(
    'getManagedConfigurations() has not been implemented.',
  );
}