flutter analyze

This commit is contained in:
Sorunome 2020-06-04 20:30:55 +02:00
parent 05c799e6a5
commit e14cd61d6d
No known key found for this signature in database
GPG key ID: B19471D07FC9BE9C

View file

@ -47,7 +47,6 @@ void main() {
var client = Client('testclient', debug: true, httpClient: FakeMatrixApi());
var otherClient =
Client('othertestclient', debug: true, httpClient: FakeMatrixApi());
final roomId = '!726s6s6q:example.com';
DeviceKeys device;
Map<String, dynamic> payload;