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