isLoadedWalkthroughUnique method

Future<bool> isLoadedWalkthroughUnique()

Implementation

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