getState method

Future<MoveState> getState()

Returns the current SDK state.

Implementation

Future<MoveState> getState() {
  throw UnimplementedError('getState() has not been implemented.');
}