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