fromNativePtr static method

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

Implementation

static List<RouteEvent> fromNativePtr(Pointer<Void> handle) =>
  fromPlatformList(handle, (element) => RouteEventImpl.fromPointer(element, needFree: false, takeOwnership: false)!);