updateConfig method
The SDK will attempt to change the client config,
will call warning/error listener respectively.
New options will be set if provided.
Implementation
Future<void> updateConfig(MoveConfig config, {MoveOptions? options}) async {
throw UnimplementedError(
'updateConfiguration(config) has not been implemented.');
}