envVar constant

String const envVar

Where to look when no path is given: the environment variable first, then the working directory, which for a deployed bundle is the bundle root.

Implementation

static const envVar = 'GOOGLE_SERVICES_JSON';