FilterBasePreviewController constructor

FilterBasePreviewController(
  1. String name,
  2. int filterId
)

Implementation

FilterBasePreviewController(String name, this.filterId)
    : this._channel = new MethodChannel(name) {
  this._channel.invokeMethod('setFilter', filterId);
}