AlhPdfInternalController constructor

AlhPdfInternalController({
  1. required int id,
})

Implementation

AlhPdfInternalController({required int id}) {
  _channel = MethodChannel('alh_pdf_$id');
}