stopBleScan method

  1. @override
Future<bool> stopBleScan()
override

Implementation

@override
Future<bool> stopBleScan() async {
  return true;
}