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