Class FlutterMain.Settings

  • Enclosing class:
    FlutterMain

    public static class FlutterMain.Settings
    extends Object
    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • getLogTag

        @Nullable
        public String getLogTag()
      • setLogTag

        public void setLogTag​(String tag)
        Set the tag associated with Flutter app log messages.
        Parameters:
        tag - Log tag.