appType top-level property

AppType get appType

Returns the type of the current app.

The type is determined by the platform.

Implementation

AppType get appType {
  return AppType.web;
}