MinisoundPlatformOutOfMemoryException constructor

MinisoundPlatformOutOfMemoryException([
  1. String? message
])

Implementation

MinisoundPlatformOutOfMemoryException([String? message])
    : super(message == null ? "out of memory" : "out of memory: $message");