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