AuthPluginInterface constructor

AuthPluginInterface({
  1. required Object token,
})

Constructs a AmplifyPlatform.

Implementation

AuthPluginInterface({required Object token}) : super(token: token);