cast<P extends AmplifyPluginInterface> method

P cast<P extends AmplifyPluginInterface>()

Casts a plugin to a category-specific implementation.

Implementation

P cast<P extends AmplifyPluginInterface>() => this as P;