fromOptionalPtr static method

List<Wifi>? fromOptionalPtr(
  1. Pointer<Void> handle
)

Implementation

static List<Wifi>? fromOptionalPtr(Pointer<Void> handle) =>
  fromPlatformListNullable(handle, (element) => Wifi$Impl.fromExternalPtr(element));