Context class
Constructors
-
Context({String yamlKeyName = "change_app_name", String androidManifestPath = "android/app/src/main/AndroidManifest.xml", String pubspecPath = "pubspec.yaml", String iosInfoPlistPath = "ios/Runner/Info.plist", String ohosPath = "ohos/", String windowsCmakePath = "windows/CMakeLists.txt", String windowsRunnerRcPath = "windows/runner/Runner.rc", String windowsMainCppPath = "windows/runner/main.cpp", String linuxCmakePath = "linux/CMakeLists.txt", String linuxMyApplicationPath = "linux/runner/my_application.cc", String macosAppInfoPath = "macos/Runner/Configs/AppInfo.xcconfig", String webManifestPath = "web/manifest.json", String webIndexPath = "web/index.html"})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited