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