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