m3 static method

String m3(
  1. dynamic contactAddress
)

Implementation

static String m3(contactAddress) =>
    "Server response timed out!\nPlease check your network connection and try again. Contact ${contactAddress} if the issue still persists.";