setTheme method

  1. @override
Future<void> setTheme(
  1. YoHeTheme theme
)
override

Implementation

@override
Future<void> setTheme(YoHeTheme theme) async {
  return await methodChannel.invokeMethod<void>('setTheme', theme.toArguments);
}