We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a63f3 commit ea0a154Copy full SHA for ea0a154
packages/protocol_handler_windows/lib/src/protocol_handler_windows_stub.dart
@@ -1,6 +1,10 @@
1
import 'package:protocol_handler_windows/src/protocol_handler_windows_base.dart';
2
3
class ProtocolHandlerWindowsImpl extends ProtocolHandlerWindowsBase {
4
+ static void registerWith() {
5
+ // Stub implementation does nothing.
6
+ }
7
+
8
@override
9
Future<void> register(String scheme, {String? friendlyAppName}) async {
10
// Stub implementation does nothing.
0 commit comments