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