Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit a4715ad

Browse files
authored
Remove unnecessarily deprecated method
1 parent 8ba9e47 commit a4715ad

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/src/util.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ Future<dynamic> retry(Future Function() f, Duration interval,
3838
}, duration: timeout);
3939
}
4040

41-
/// Scrapes and returns the observatory URI from a string, or null if not found.
42-
///
43-
/// Potentially useful as a means to extract it from log statements.
44-
@Deprecated('Use extractVMServiceUri instead')
45-
Uri? extractObservatoryUri(String str) => extractVMServiceUri(str);
46-
4741
/// Scrapes and returns the Dart VM service URI from a string, or null if not
4842
/// found.
4943
///

0 commit comments

Comments
 (0)