extract videoattachment

This commit is contained in:
Salvatore Giordano
2020-04-22 11:55:05 +02:00
parent 7460651380
commit 17c171f984
5 changed files with 166 additions and 123 deletions
+1
View File
@@ -67,6 +67,7 @@ void main() async {
final client = Client(
'b67pax5b2wdq',
logLevel: Level.INFO,
persistenceEnabled: false,
showLocalNotification: Platform.isAndroid ? showLocalNotification : null,
);