instance property
AppwinCommunityPlatform
get
instance
The implementation in use, method channel by default.
Implementation
static AppwinCommunityPlatform get instance => _instance;
set
instance
(AppwinCommunityPlatform instance)
Platform-specific implementations register their own instance here.
Implementation
static set instance(AppwinCommunityPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}