Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 58bb313

Browse files
committed
Add getInitialArguments to web
1 parent 37cccf5 commit 58bb313

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/web_ui/lib/src/ui/platform_dispatcher.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ abstract class PlatformDispatcher {
5555

5656
ByteData? getPersistentIsolateData() => null;
5757

58+
dynamic getInitialArguments({required List<String> rawArgs}) => null;
59+
5860
void scheduleFrame();
5961

6062
void render(Scene scene, [FlutterView view]);

0 commit comments

Comments
 (0)