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