instance property
GifResizePlatform
get
instance
The default instance of GifResizePlatform to use.
Defaults to MethodChannelGifResize.
Implementation
static GifResizePlatform get instance => _instance;
set
instance
(GifResizePlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends GifResizePlatform when they register themselves.
Implementation
static set instance(GifResizePlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}