free method

  1. @override
void free(
  1. int ptr
)

Implementation

@override
void free(int ptr) {
  malloc.free(Pointer.fromAddress(ptr));
}