getCurrentConfiguration method

Future<Map<String, dynamic>?> getCurrentConfiguration()

Implementation

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