getIP method

Future<String?> getIP()

Implementation

Future<String?> getIP() {
  throw UnimplementedError('getIP() has not been implemented.');
}