JInstanceMethodId extension type

A thin wrapper over a JMethodIDPtr of an instance method.

on

Properties

pointer JMethodIDPtr
final

Methods

call<JavaT, DartT>(JObject object, JCallable<JavaT, DartT> returnType, List args) → DartT
Calls the instance method on object with the given arguments.