SodiumFactory typedef

SodiumFactory = Future<Sodium> Function()

A factory method that creates new Sodium instances. This factory can be passed between isolates and can be used if custom isolate handling is required.

Implementation

typedef SodiumFactory = Future<Sodium> Function();