init static method
Creates a new SodiumSumo instance for the bundled libsodium.
Implementation
static FutureOr<SodiumSumo> init() => throw UnsupportedError(
'The current platform does support neither dart:ffi nor dart:js',
);
Creates a new SodiumSumo instance for the bundled libsodium.
static FutureOr<SodiumSumo> init() => throw UnsupportedError(
'The current platform does support neither dart:ffi nor dart:js',
);