AndroidAPI constructor

const AndroidAPI(
  1. int level,
  2. Version version
)

Creates an instance of AndroidAPI with a specific level and its corresponding Android OS version.

Implementation

const AndroidAPI(this.level, this.version);