BridgeNotification constructor

const BridgeNotification({
  1. required String method,
  2. dynamic params,
})

Implementation

const BridgeNotification({required this.method, this.params});