PingPongPlatformNotification constructor

PingPongPlatformNotification({
  1. int maxCompletedRequestIds = 128,
})

Creates a notification that matches one active request to one response.

Implementation

PingPongPlatformNotification({this.maxCompletedRequestIds = 128});