instance property
FawrySdkPlatformInterface
get
instance
Getter for the instance of this platform interface
Implementation
static FawrySdkPlatformInterface get instance => _instance;
set
instance
(FawrySdkPlatformInterface instance)
Setter for the instance of this platform interface
Implementation
static set instance(FawrySdkPlatformInterface instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}