getCapabilities method
Errors on attempted calling of the stub. It exists only to satisfy compile-time dependencies, and should never actually be called.
Implementation
@override
Future<LinuxServerCapabilities> getCapabilities() async {
assert(false);
throw UnimplementedError();
}