AppdynamicsSessionFrame constructor

AppdynamicsSessionFrame(
  1. String sessionId,
  2. String name,
  3. MethodChannel _channel
)

Implementation

AppdynamicsSessionFrame(
  String sessionId,
  String name,
  MethodChannel _channel,
) {
  this.sessionId = sessionId;
  this.name = name;
  this._channel = _channel;
}