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