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