updateConfig method

Future<void> updateConfig(
  1. MoveConfig config
)

The SDK will attempt to change the client config, will call warning/error listener respectively.

Implementation

Future<void> updateConfig(MoveConfig config) {
  throw UnimplementedError(
      'updateConfiguration(config) has not been implemented.');
}