setTheme method

Future<void> setTheme(
  1. YoHeTheme theme
)

Implementation

Future<void> setTheme(YoHeTheme theme) {
  return YoHePlatform.instance.setTheme(theme);
}