some async refactorings

This commit is contained in:
Fabian Freund
2024-06-19 21:24:18 +02:00
parent dbf953f879
commit 2c71909283
8 changed files with 11 additions and 13 deletions
@@ -53,7 +53,7 @@ Raw<Stream<ReceivedParameter>> sharingIntentStream(SharingIntentStreamRef ref) {
// ignore: discarded_futures
.getInitialSharing()
// ignore: discarded_futures
.then((event) async {
.then((event) {
FlutterSharingIntent.instance.reset();
return event;
}).asStream();