Class FlutterShellArgs

java.lang.Object
io.flutter.embedding.engine.FlutterShellArgs

public class FlutterShellArgs extends Object
Arguments that can be delivered to the Flutter shell when it is created.

The term "shell" refers to the native code that adapts Flutter to different platforms. Flutter's Android Java code initializes a native "shell" and passes these arguments to that native shell when it is initialized. See FlutterLoader.ensureInitializationComplete(Context, String[]) for more information.