Initial Implementation of #522 #721

Merged
sarah merged 4 commits from stable-blockers into trunk 2023-09-11 21:53:41 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 11fb137f6c - Show all commits

View File

@ -1059,6 +1059,6 @@ class CwtchFfi implements Cwtch {
@override
Future<HashMap<String, String>> PlatformChannelInfo() {
throw HashMap<String, String>();
return Future.value(HashMap<String, String>());
}
}