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