Storage

interface Storage

Allows the users to save the mesh network information in a custom location.

Functions

Link copied to clipboard
abstract suspend fun load(): ByteArray

Loads the Mesh Network from a user specified storage.

Link copied to clipboard
abstract suspend fun save(network: ByteArray)

Saves the Mesh Network in a user specified storage.