import 'package:matrix/matrix.dart'; Future main() async { final client = Client('web_test'); await client.init(); }