confirm method

bool confirm(
  1. String message
)

Implementation

bool confirm(String message) => logger.confirm(message);