routerIp property

String? routerIp

Android only IPV4 address for router of the connected device

Implementation

String? get routerIp {
  return this._routerIp;
}