MissingPlatformDirectoryException constructor

MissingPlatformDirectoryException(
  1. String message, {
  2. Object? details,
})

Creates a new exception

Implementation

MissingPlatformDirectoryException(this.message, {this.details});