TF-2877 Create notification data source & repo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import 'package:jmap_dart_client/jmap/core/user_name.dart';
|
||||
|
||||
abstract class NotificationDataSource {
|
||||
Future<bool> getNotificationSetting(UserName userName);
|
||||
|
||||
Future<void> toggleNotificationSetting();
|
||||
}
|
||||
Reference in New Issue
Block a user