parseLaunchArgs property

TL Function(Map<String, Object?>) parseLaunchArgs
inherited

Parses arguments for launchRequest into a type of TLaunchArgs.

This method must be implemented by the implementing class using a class that corresponds to the arguments it expects (these may differ between Dart CLI, Dart tests, Flutter, Flutter tests).

Implementation

TLaunchArgs Function(Map<String, Object?>) get parseLaunchArgs;