addService method

Future<void> addService(
  1. BleGattService gattService
)

Implementation

Future<void> addService(BleGattService gattService) {
  throw UnimplementedError('addService() has not been implemented.');
}