freeze method

Future<void> freeze()

Implementation

Future<void> freeze() {
  return _controller.freeze();
}