removeServerConfig method

Future<bool> removeServerConfig(
  1. String configId
)

Remove server configuration configId - configuration identifier

Implementation

Future<bool> removeServerConfig(String configId) {
  throw UnimplementedError('removeServerConfig() has not been implemented.');
}