isWalkthroughLoaded method

Future<bool> isWalkthroughLoaded()

Implementation

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