NativeCallable<T extends Function>.isolateGroupShared constructor

NativeCallable<T extends Function>.isolateGroupShared(
  1. @DartRepresentationOf("T") Function callback, {
  2. Object? exceptionalReturn,
})

Implementation

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