MyAlgoPlugin constructor

MyAlgoPlugin({
  1. required MyAlgo myAlgo,
})

Implementation

MyAlgoPlugin({required this.myAlgo});