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