-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove `removeAllOutstandingCallbacks` method. This never had any usage outside of `scheduled_test` which has been deprecated for a long time. - Change some bare `Future` to `Future<void>`. - Move and rename `OutstandingCallbackCounter` class - the implementation has no ties to the concept of callbacks, but that is how it is used. - Use the modern syntax for function typed arguments. - Add generics to `unclosable` to void throwing away potentially useful type information.
- Loading branch information
Showing
2 changed files
with
45 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 0 additions & 40 deletions
40
pkgs/test_api/lib/src/backend/outstanding_callback_counter.dart
This file was deleted.
Oops, something went wrong.