initializeWithEntrypoint method
- Entrypoint ep
override
Initializes the provider with an entrypoint.
ep
: The entrypoint to initialize with.
Implementation
@override
void initializeWithEntrypoint(Entrypoint ep) {
entrypoint = ep;
}
Initializes the provider with an entrypoint.
ep
: The entrypoint to initialize with.@override
void initializeWithEntrypoint(Entrypoint ep) {
entrypoint = ep;
}