isLoadedWalkthroughUnique method

Future<bool> isLoadedWalkthroughUnique()

Implementation

Future<bool> isLoadedWalkthroughUnique() async {
  bool isLoadedWalkthroughUnique =
      await methodChannel.invokeMethod('Injector/isLoadedWalkthroughUnique');
  return isLoadedWalkthroughUnique;
}