fun stop(transports: Set<DittoTransports> = mutableSetOf( DittoTransports.WiFi, DittoTransports.Bluetooth )): Unit
Stop a set of transports from being used by DittoKit to connect to other devices.
transports - the set of transports to be stopped.
transports