getWalkthrough method

Future<void> getWalkthrough()

Implementation

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