widgetResumed method

Future<void> widgetResumed()

Implementation

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