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',
);