Skip to content

Commit

Permalink
test: login with serverside
Browse files Browse the repository at this point in the history
  • Loading branch information
KangYee committed Feb 22, 2024
1 parent 177d55e commit 2a88f6b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/tencent_kit_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ class MockTencentKitPlatform
throw UnimplementedError();
}

@override
Future<void> loginServerSide({
required List<String> scope,
}) {
throw UnimplementedError();
}

@override
Future<void> logout() {
throw UnimplementedError();
Expand Down

0 comments on commit 2a88f6b

Please sign in to comment.