create abstract method

Pointer<Foreign_T> create()

The implementing stub should implement this function. It should create and initialize the ffi struct that will be used as the handle for the foreign code to invoke the dart code.

Implementation

ffi.Pointer<Foreign_T> create();