tryLoadingNewPage abstract method

  1. @protected
Future<void> tryLoadingNewPage(
  1. void setState(
    1. VoidCallback fn
    )
)

Implementation

@protected
Future<void> tryLoadingNewPage(void Function(VoidCallback fn) setState);