instance property

FlutterIzipayPlatform get instance

Implementation

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

Implementation

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