localhost method

  1. @override
dynamic localhost()
override

Implementation

@override
localhost() =>
    'This IP address is not a valid localhost address. Localhost refers to the current device, commonly 127.0.0.1 for IPv4 or ::1 for IPv6.';