@override Future<bool> openHomeSettings() async { final value = await methodChannel.invokeMethod<bool>('openHomeSettings') ?? false; return value; }