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