parsePort method

int parsePort()

Implementation

int parsePort() {
  final uri = Uri.parse(config.serverUrl);
  return uri.port;
}