issues
search
flutter-webrtc
/
callkeep
iOS CallKit and Android ConnectionService for Flutter
MIT License
137
stars
151
forks
source link
Fix some error
#167
Closed
ryojiro
closed
1 year ago
ryojiro
commented
1 year ago
I just forked this repo to read this library and fixed some error.
Fix imports
Use double quotation instead of single in pubspec
Remove unnecessary null check, which never become null
I just forked this repo to read this library and fixed some error.