KotlinLeaner
03/25/2023, 8:47 PM<http://Amplify.xyz|Amplify.xyz>
. So this class is making singleton automatically with companion object
?koin
it doesn't get method like this
private val amplify by inject<Amplify>()
because I cannot find addPlugin
method
amplify.addPlugin(AWSCognitoAuthPlugin())
Amplify.addPlugin(AWSCognitoAuthPlugin())
it working fine..