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