getServiceCapabilities method
Returns the capabilities of the device service. The result is returned in a typed answer.
Implementation
Future<void> getServiceCapabilities() async {
// TODO: implement getServiceCapabilities
throw UnimplementedError();
}