Removed doc directory.
This commit is contained in:
parent
aecca250ca
commit
dc3e3896d7
24 changed files with 5 additions and 4540 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue