Plugin constructor

Plugin({
  1. Future<Map<String, Object>> onInit(
    1. Plugin
    )?,
  2. bool dynamic = true,
})

Implementation

Plugin({this.onInit, this.dynamic = true});