showError method

Future<void> showError(
  1. String message,
  2. String containerId,
  3. String payButton
)

Implementation

Future<void> showError(
  String message,
  String containerId,
  String payButton,
) async {
  notificationMessage = message;
}