instance property

Implementation

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

Implementation

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