Realm

inline fun Realm(block: RealmBlock)

Acquires an instance of current default Realm, runs the block with realm as the param. The acquired realm is closed when the function exits