TF-439 Add abstract store device id
This commit is contained in:
@@ -15,4 +15,6 @@ abstract class FCMDatasource {
|
||||
Future<jmap.State> getStateToRefresh(TypeName typeName);
|
||||
|
||||
Future<bool> deleteStateToRefresh(TypeName typeName);
|
||||
|
||||
Future<bool> storeDeviceId(String deviceId);
|
||||
}
|
||||
@@ -26,4 +26,6 @@ abstract class FCMRepository {
|
||||
Future<jmap.State> getStateToRefresh(TypeName typeName);
|
||||
|
||||
Future<bool> deleteStateToRefresh(TypeName typeName);
|
||||
|
||||
Future<bool> storeDeviceId(String deviceId);
|
||||
}
|
||||
Reference in New Issue
Block a user