NativeCallable<T extends Function>.isolateGroupBound constructor
- @DartRepresentationOf("T") Function callback, {
- Object? exceptionalReturn,
Implementation
factory NativeCallable.isolateGroupBound(
@DartRepresentationOf("T") Function callback, {
Object? exceptionalReturn,
}) {
throw UnsupportedError("NativeCallable cannot be constructed dynamically.");
}