getMoveConfig method
Get the current SDK configuration.
Implementation
Future<MoveConfig> getMoveConfig() async {
throw UnimplementedError('getMoveConfig() has not been implemented.');
}
Get the current SDK configuration.
Future<MoveConfig> getMoveConfig() async {
throw UnimplementedError('getMoveConfig() has not been implemented.');
}