Removed doc directory.

This commit is contained in:
Erik C. Thauvin 2021-10-20 13:00:43 -07:00
parent aecca250ca
commit dc3e3896d7
24 changed files with 5 additions and 4540 deletions

View file

@ -202,7 +202,7 @@ Future<void> _copyStream(
}
}
// Returns the message (platform specific, if available) for an exception.
// Returns the message describing an error.
String _getErrorMessage(Object e) {
final String message;
if (e is FileSystemException) {
@ -216,4 +216,4 @@ String _getErrorMessage(Object e) {
message = '$e';
}
return message;
}
}