BridgeNotification constructor
const
BridgeNotification({
- required String method,
- dynamic params,
Implementation
const BridgeNotification({required this.method, this.params});