ConnectionCheck constructor
- String url,
- String token, {
- CheckerOptions? options,
Implementation
ConnectionCheck(
this.url,
this.token, {
CheckerOptions? options,
}) : options = options ?? CheckerOptions() {
onDispose(() async {
await events.dispose();
});
}