CloseOnboarding method
Implementation
@override
Future<void> CloseOnboarding() async {
try {
await methodChannel.invokeMethod('CloseOnboarding');
} on PlatformException catch (e) {
print("Failed to call CloseOnboarding: ${e.message}");
}
}