Merge pull request #1066 from GetStream/docs/push-v2

docs(repo): add push v2 guide
This commit is contained in:
Salvatore Giordano
2022-04-11 10:17:37 +02:00
committed by GitHub
5 changed files with 313 additions and 1 deletions
@@ -284,3 +284,10 @@ void main() {
},
);
}
class MockStreamChannelState extends Mock implements StreamChannelState {
@override
String toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) {
return super.toString();
}
}