Return the result of the operation in ServiceObject.reload (#14755)
This commit is contained in:
@@ -427,6 +427,7 @@ abstract class ServiceObject {
|
||||
completer.completeError(e, st);
|
||||
}
|
||||
_inProgressReload = null;
|
||||
return await completer.future;
|
||||
}
|
||||
|
||||
return await _inProgressReload;
|
||||
|
||||
Reference in New Issue
Block a user