benleggiero
05/27/2018, 6:13 PMpublic void snapshot(Callback<SnapshotResult, Void> callback, SnapshotParameters params, WritableImage image). However, since Callback is expected to return java.lang.Void... what do I do? Kotlin is upset because I'm returning Unit, but Void cannot be instantiated