init method

Future<void> init(
  1. T params
)

Implementation

Future<void> init(T params) async {
  this.params = params;
}