SharedBuilder

fun SharedBuilder(schema: Set<KClass<out RealmObject>> = setOf())

Parameters

T

the type of RealmConfiguration the builder should generate

S

the type of builder, needed to distinguish between local and sync variants.