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