getConfig method

  1. @override
FutureOr<GetConfigResult> getConfig()
override

Get Current configuration.

Implementation

@override
FutureOr<GetConfigResult> getConfig() {
  throw UnimplementedError('Interactive getConfig are not yet supported');
}