LokotroPayResponseMessage.info constructor
Implementation
factory LokotroPayResponseMessage.info({
required String message,
String title = 'Information',
}) {
return LokotroPayResponseMessage(
message: message,
title: title,
screenType: LokotroPayResultScreen.infoScreen,
);
}