@override Future<String?> initialize() async { final version = await methodChannel.invokeMethod<String>('initialize'); return version; }