instance property

FwdebugFlutterPlatform get instance

Implementation

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

Implementation

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