1 package host.exp.exponent.taskManager
2 
3 interface AppRecordInterface {
invalidatenull4   fun invalidate()
5 }
6