MCPPlatformException constructor

MCPPlatformException(
  1. String message,
  2. String code, [
  3. dynamic details
])

Implementation

MCPPlatformException(super.message, this.code, [this.details]);