removeService abstract method

Future<void> removeService(
  1. GATTService service
)

Removes a specified published service from the local GATT database.

Implementation

Future<void> removeService(GATTService service);