instance property
BluetoothDenemePlatform
get
instance
The default instance of BluetoothDenemePlatform to use.
Defaults to MethodChannelBluetoothDeneme.
Implementation
static BluetoothDenemePlatform get instance => _instance;
set
instance
(BluetoothDenemePlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends BluetoothDenemePlatform when they register themselves.
Implementation
static set instance(BluetoothDenemePlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}