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