fromNativePtr static method

List<Beacon> fromNativePtr(
  1. Pointer<Void> handle
)

Implementation

static List<Beacon> fromNativePtr(Pointer<Void> handle) =>
  fromPlatformList(handle, (element) => Beacon$Impl.fromExternalPtr(element));