Callback<T extends Function> constructor
- NativeCallable<
T> nativeCallable, - Completer<
AskarCallbackResult> completer, - int id
Constructs an instance of Callback.
Implementation
Callback(this.nativeCallable, this.completer, this.id);