mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Return the result of the operation in ServiceObject.reload (#14755)
This commit is contained in:
parent
4f5f4222e0
commit
494270fe46
@ -427,6 +427,7 @@ abstract class ServiceObject {
|
||||
completer.completeError(e, st);
|
||||
}
|
||||
_inProgressReload = null;
|
||||
return await completer.future;
|
||||
}
|
||||
|
||||
return await _inProgressReload;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user