getState method

Future<MoveState> getState()

Returns the current SDK state.

Implementation

Future<MoveState> getState() async {
  return await MovesdkPlatform.instance.getState();
}