mobile constant

List<String> const mobile

The platforms considered mobile platforms.

Implementation

static const mobile = [
  android,
  ios,
];