shutdownProcess static method
- HttpClient commonResourceRecord
Implementation
static Future<void> shutdownProcess(HttpClient commonResourceRecord) async {
return commonResourceRecord.close();
}
static Future<void> shutdownProcess(HttpClient commonResourceRecord) async {
return commonResourceRecord.close();
}