0 purchases
bluetooth control
bluetooth_control #
Bluetooth control plugin.
Getting Started #
Depending #
dependencies:
bluetooth_control: ^0.0.1
copied to clipboard
Importing #
import 'package:bluetooth_control/bluetooth_control.dart';
copied to clipboard
Usage #
Check is Bluetooth enable
Future<bool> get isBluetoothEnable async => await BluetoothControl.isEnable;
copied to clipboard
Enable Bluetooth #
Future<bool> get turnOnBluetooth async => await BluetoothControl.turnOn;
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.