create
fun create(context: Context, configuration: NdsStoreConfiguration): Result<NdsStore, NdsStoreFailure>
Creates an instance of NdsStore.
Return
Result containing either a valid NdsStore instance or a NdsStoreFailure if store cannot be created.
Parameters
context
Information about an application environment.
configuration
Store configuration.