@override Future<void> hideEntryWidget() async { try { return await methodChannel.invokeMethod<void>('hideEntryWidget'); } catch (e) { rethrow; } }