TF-439 Implement handle store device id
This commit is contained in:
@@ -88,4 +88,9 @@ class FCMRepositoryImpl extends FCMRepository {
|
||||
Future<bool> deleteStateToRefresh(TypeName typeName) {
|
||||
return _fcmDatasource.deleteStateToRefresh(typeName);
|
||||
}
|
||||
|
||||
@override
|
||||
Future<bool> storeDeviceId(String deviceId) {
|
||||
return _fcmDatasource.storeDeviceId(deviceId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user