configure method

Future<void> configure(
  1. Map<String, Object?> configuration
)

Implementation

Future<void> configure(Map<String, Object?> configuration) {
  throw UnimplementedError('configure() has not been implemented.');
}