getEditState method

Future<EditState> getEditState()

Query the current edit session state without changing it.

Implementation

Future<EditState> getEditState() {
  return VolvoxGridService.Edit(EditCommand()
    ..gridId = _gridId
    ..getState = EditGetState());
}