getConnectionState static method
Get the current connection state
Implementation
static Future<ConnectionState> getConnectionState() async {
return BluetoothConnectionPluginPlatform.instance.getBleConnectionState();
}
Get the current connection state
static Future<ConnectionState> getConnectionState() async {
return BluetoothConnectionPluginPlatform.instance.getBleConnectionState();
}