setTheme method
Implementation
@override
Future<void> setTheme(BuzzBoosterTheme theme) async {
return await methodChannel.invokeMethod<void>("setTheme", {
"theme":theme.name
});
}
@override
Future<void> setTheme(BuzzBoosterTheme theme) async {
return await methodChannel.invokeMethod<void>("setTheme", {
"theme":theme.name
});
}