Skip to content

Commit ea0a154

Browse files
committed
update deps
1 parent 12a63f3 commit ea0a154

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/protocol_handler_windows/lib/src/protocol_handler_windows_stub.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import 'package:protocol_handler_windows/src/protocol_handler_windows_base.dart';
22

33
class ProtocolHandlerWindowsImpl extends ProtocolHandlerWindowsBase {
4+
static void registerWith() {
5+
// Stub implementation does nothing.
6+
}
7+
48
@override
59
Future<void> register(String scheme, {String? friendlyAppName}) async {
610
// Stub implementation does nothing.

0 commit comments

Comments
 (0)