isLoadedWalkthroughUnique method

Future<bool> isLoadedWalkthroughUnique()

Implementation

Future<bool> isLoadedWalkthroughUnique() async {
  return _methods.isLoadedWalkthroughUnique();
}