AuthPlugin constructor

AuthPlugin({
  1. required String name,
  2. required String title,
})

Creates an instance of AuthPlugin.

Implementation

AuthPlugin({required super.name, required super.title}) : super();