restoreCachedStateAsync method

  1. @protected
Future<void> restoreCachedStateAsync()

Tries to restore cached state

If cached state is empty does nothing if cached state is not empty calls onRestore

Implementation

@protected
Future<void> restoreCachedStateAsync() async {
  restoreCachedStateSync();
}