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