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.
typedef SodiumFactory = Future<Sodium> Function();