checkForMessages method

Future<void> checkForMessages(
  1. String username
)

Implementation

Future<void> checkForMessages(String username) async {
  return _checkForMessages(username: username);
}