instance property
BluetoothSerialPlatform
get
instance
Implementação padrão (Android)
Implementation
static BluetoothSerialPlatform get instance => _instance;
set
instance
(BluetoothSerialPlatform instance)
Implementation
static set instance(BluetoothSerialPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}