Objective-C blocks should use the generated Dart class rather than ffi.Pointer<ObjCObject> #473
Labels
lang-objective_c
Related to Objective C support
package:ffigen
type-enhancement
A request for a change that isn't a bug
Currently a method like:
Will generate a block like:
Instead,
call
should have a signature like:Using the correct argument names is for bonus points ;-)
The text was updated successfully, but these errors were encountered: