popToRoot static method

Future<bool> popToRoot()

Implementation

static Future<bool> popToRoot() {
  return _delegate.popToRoot();
}