b77d0aaeb4
* Add error in connection updates * implement windows * Update changelog and Docs * minor fix in connect() * Add default timeout in connect * Document new pair and connect API * Fix Connect and Pair apis to throw proper errors and Improve logging * remove import * Rename PairingException and update Exception doc * Update changelog * Update comments --------- Co-authored-by: Foti Dim <fdimanidis@gmail.com>
7 lines
281 B
Dart
7 lines
281 B
Dart
library universal_ble;
|
|
|
|
export 'package:universal_ble/src/universal_ble_exceptions.dart';
|
|
export 'package:universal_ble/src/universal_ble_platform_interface.dart';
|
|
export 'package:universal_ble/src/universal_ble.dart';
|
|
export 'package:universal_ble/src/models/model_exports.dart';
|