stopBlePeripheralService method

Future<String?> stopBlePeripheralService()
override

Implementation

Future<String?> stopBlePeripheralService() async {
  final result = await methodChannelOfPeripheral.invokeMethod<String>('stopBlePeripheralService');
  return result;
}