Handle sharing intents
This commit is contained in:
5
lib/models/received_sharing_intent.dart
Normal file
5
lib/models/received_sharing_intent.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
class ReceivedSharingIntentModel {
|
||||
bool processed;
|
||||
|
||||
ReceivedSharingIntentModel({this.processed = false});
|
||||
}
|
||||
Reference in New Issue
Block a user