static fun supportsVersion(requiredVersion: SodiumVersion!): Boolean
(source)
Check if the loaded sodium native library is the same or later than the specified version.
requiredVersion
- SodiumVersion!: The version to compare to.
Return
Boolean: true
if the loaded sodium native library is the same or a later version.