isWalkthroughLoaded method

Future<bool> isWalkthroughLoaded()

Implementation

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