bluetoothAdvertise method

Future<bool> bluetoothAdvertise()

Implementation

Future<bool> bluetoothAdvertise() async {
  return await _validatePermission(Permission.bluetoothAdvertise);
}