instance property

Implementation

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

Implementation

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