getManagedConfigurations property

Future<Map<String, dynamic>?> get getManagedConfigurations

Implementation

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