EntryPoint<T> typedef

EntryPoint<T> = Future<void> Function(IsolateInitInstanceParams<T> isolateInitInstanceParam)

A web-compatible stub for the FlutterIsolateInstance.

This implementation provides the same API as the original but throws UnsupportedError for any operation that attempts to use isolates, as they are not available on the web platform.

Implementation

typedef EntryPoint<T> = Future<void> Function(IsolateInitInstanceParams<T> isolateInitInstanceParam);