(MessageEvent message)
| 2226 | /// - `message`: The message to send to the native platform. |
| 2227 | /// |
| 2228 | public static void postMessage(MessageEvent message) { |
| 2229 | Display.INSTANCE.postMessage(message); |
| 2230 | } |
| 2231 | |
| 2232 | /// Convenience method to schedule a task to run on the EDT after timeoutms. |
| 2233 | /// |
no outgoing calls
no test coverage detected