http3 0.0.0
http3: ^0.0.0 copied to clipboard
This library provides an http/3 interface.
example/http3_example.dart
import 'package:http3/http3.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}