OsVersionError constructor

OsVersionError(
  1. String apiName,
  2. String message
)

Implementation

OsVersionError(this.apiName, this.message);