Implement forwarding messages
This commit is contained in:
parent
bd36e3039e
commit
72dce3ac1d
4 changed files with 72 additions and 36 deletions
|
|
@ -42,6 +42,7 @@ class MatrixState extends State<Matrix> {
|
|||
FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
|
||||
FlutterLocalNotificationsPlugin _flutterLocalNotificationsPlugin =
|
||||
FlutterLocalNotificationsPlugin();
|
||||
Map<String, dynamic> shareContent;
|
||||
|
||||
String activeRoomId;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue