ConnectIpsType typedef
ConnectIpsType =
Future<List> Function(ConnectIpsOptions options)
Type definition for the connectIps function.
Implementation
typedef ConnectIpsType = Future<List<dynamic>> Function(
ConnectIpsOptions options);