flutter_esjsbridge constructor

flutter_esjsbridge(
  1. String method,
  2. Map data,
  3. Function success,
  4. Function error,
)

Implementation

flutter_esjsbridge(this.method, this.data, this.success, this.error);