feature 5.0.0

This commit is contained in:
v7lin
2023-02-24 14:57:43 +08:00
parent 85c9dcdccc
commit b32b842132
8 changed files with 75 additions and 77 deletions

View File

@ -37,7 +37,7 @@ class MockTencentKitPlatform
}
@override
Stream<BaseResp> respStream() {
Stream<TencentResp> respStream() {
throw UnimplementedError();
}