getServiceCapabilities method Null safety
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();
}