@JvmOverloads fun start(transports: Set<DittoTransports> = mutableSetOf(
DittoTransports.WiFi,
DittoTransports.Bluetooth
)): Unit
Start a set of transports being used by DittoSyncKit to connect to other devices. This has no effect if a provided transport is already started.