FlutterBluetoothClassicPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterBluetoothClassicPlatform

Properties

connectionStream Stream<Map<String, dynamic>>
no setter
dataStream Stream<List<int>>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateStream Stream<Map<String, dynamic>>
no setter

Methods

connect(String address) Future<bool>
disconnect() Future<bool>
enableBluetooth() Future<bool>
getPairedDevices() Future<List<Map<String, dynamic>>>
isBluetoothEnabled() Future<bool>
isBluetoothSupported() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendData(List<int> data) Future<bool>
startDiscovery() Future<bool>
stopDiscovery() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FlutterBluetoothClassicPlatform
getter/setter pair