getIP method

Future<String?> getIP()

Implementation

Future<String?> getIP() {
  return WhistleLoopSdkPlatform.instance.getIP();
}