initImpl method
- @protected
- {D? dispatcher}
This is only intended to be used by automatically generated code, instead of developers.
Implementation
@protected
Future<void> initImpl({
D? dispatcher,
}) async {
if (__state != null) throw StateError('Should not initialize flutter_rust_bridge twice');
__state = _EntrypointState(dispatcher: dispatcher ?? createDefaultDispatcher());
}