wip
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.mycrib.storage
|
||||
|
||||
internal actual fun getPlatformTaskCacheManager(): TaskCacheManager? {
|
||||
// Android requires context, so must use initialize() method
|
||||
return null
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package com.mycrib.storage
|
||||
|
||||
internal actual fun getPlatformTokenManager(): TokenManager? {
|
||||
// Android requires context, so must use initialize() method
|
||||
return null
|
||||
}
|
||||
Reference in New Issue
Block a user