getExternalIp function

Future<String> getExternalIp()

Implementation

Future<String> getExternalIp() async {
  return '';
}