instance property
BleGattServerPlatform
get
instance
Implementation
static BleGattServerPlatform get instance => _instance;
set
instance
(BleGattServerPlatform instance)
Implementation
static set instance(BleGattServerPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}