update method

Future<void> update()
inherited

Implementation

Future<void> update() async {
  return _controller.updateContextFromJSON();
}