instance property
DecryptPdfPlatform
get
instance
Implementation
static DecryptPdfPlatform get instance => _instance;
set
instance
(DecryptPdfPlatform instance)
Implementation
static set instance(DecryptPdfPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}