certListFuture method
Returns: MessageOrError
.
If response
isMsg, you can use siteList Extension method on response.message!.certList
Implementation
Future<MessageOrError> certListFuture() async {
final resultStr = await ZeroNetCmd.certList.callFuture();
return resultStr.toMsgOrErr;
}