getConfig method
Get Current configuration.
Implementation
@override
FutureOr<GetConfigResult> getConfig() {
throw UnimplementedError('Interactive getConfig are not yet supported');
}
Get Current configuration.
@override
FutureOr<GetConfigResult> getConfig() {
throw UnimplementedError('Interactive getConfig are not yet supported');
}