FakePenSession

constructor(commitHandler: suspend (bitmap: Bitmap, destination: Rect, dirtyRegion: Rect, options: CommitOptions) -> Result<CommitReceipt> = { _, _, _, _ -> Result.failure( OnyxFailure.UnsupportedCapability( "fake.commit", null, "No commit result was configured for FakePenSession", ), ) })(source)