menu
wiflutter package
documentation
wiflutter_method_channel.dart
MethodChannelWiFlutter
getIP method
getIP method
dark_mode
light_mode
getIP
method
@
override
Future
<
String
?
>
getIP
(
)
override
Implementation
@override Future<String?> getIP() async => await methodChannel.invokeMethod<String>('get_ip');
wiflutter package
documentation
wiflutter_method_channel
MethodChannelWiFlutter
getIP method
MethodChannelWiFlutter class