instance property

PaystackSDKPlatform get instance

Getter for the interactions between the platform and bridge

Implementation

static PaystackSDKPlatform get instance => _instance;
set instance (PaystackSDKPlatform instance)

Implementation

static set instance(PaystackSDKPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}