import 'package:jmap_dart_client/jmap/core/user_name.dart'; abstract class NotificationDataSource { Future getNotificationSetting(UserName userName); Future toggleNotificationSetting(); }