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