@override Future<bool?> startKioskMode() async { return await methodChannel.invokeMethod<bool>('startKioskMode'); }