changeThemeType static method

void changeThemeType(
  1. FuAppThemeType? themeType
)

Implementation

static void changeThemeType(FuAppThemeType? themeType) {
  defaultThemeType = themeType!;
}