instance property
set
instance
(CryptoFfiPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends CryptoFfiPlatform when they register themselves.
Implementation
static set instance(CryptoFfiPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
}