setTheme method

  1. @override
Future<void> setTheme(
  1. ZDThemeType type
)
override

Implementation

@override
Future<void> setTheme(ZDThemeType type) async {
  await methodChannel.invokeMethod("setTheme", {"type":type.rawValue});
}