showWalkthrough method

Future<void> showWalkthrough()

Implementation

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