setup static method

dynamic setup()

Implementation

static setup() async {
  packageInfo = await PackageInfo.fromPlatform();
  documentsDirectory = (await getApplicationDocumentsDirectory()).path;
  tempDirectory = (await getTemporaryDirectory()).path;

  await platform.setup();
}