instance property
HeicNativePlatform
get
instance
The current platform-specific implementation of HeicNativePlatform.
Implementation
static HeicNativePlatform get instance => _instance;
set
instance
(HeicNativePlatform instance)
Sets the platform-specific implementation to use.
Implementation
static set instance(HeicNativePlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}