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