static Future<bool> pressHome() async { try { final result = await _channel.invokeMethod('pressHome'); return result as bool; } catch (e) { return false; } }