@override Future<void> switchIconTo({required List<String> classNames}) async { await methodChannel.invokeMethod("switchIconTo", classNames); }