bool sendBeacon(String url, Object data) { // Send beacon later _sendBeacon(url, data); // Return true return true; }