We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547740f commit e2c4971Copy full SHA for e2c4971
1 file changed
packages/stream_chat_flutter/test/src/fakes.dart
@@ -111,7 +111,7 @@ class FakeRecordPlatform extends Fake
111
Future<void> create(String recorderId) async {}
112
113
@override
114
- Future<bool> hasPermission(String recorderId) async {
+ Future<bool> hasPermission(String recorderId, {bool request = true}) async {
115
return true;
116
}
117
0 commit comments