getMoveConfig method

Future<MoveConfig> getMoveConfig()

Get the current SDK configuration.

Implementation

Future<MoveConfig> getMoveConfig() async {
  throw UnimplementedError('getMoveConfig() has not been implemented.');
}