getServiceCapabilities method Null safety

Future<void> getServiceCapabilities()

Returns the capabilities of the media service. The result is returned in a typed answer.

Implementation

Future<void> getServiceCapabilities() async {
  loggy.debug('getServiceCapabilities');

  //TODO: implement me
  throw UnimplementedError();
}