menu
info_x package
documentation
device_info.dart
PlatformInfoFuture
ipAddress property
ipAddress property
dark_mode
light_mode
ipAddress
property
Future
<
String
?
>
get
ipAddress
Implementation
Future<String?> get ipAddress async => (await this).ipAddress;
info_x package
documentation
device_info
PlatformInfoFuture
ipAddress property
PlatformInfoFuture extension on
FutureOr
<
DeviceInfo
>