getAndroidFile static method

dynamic getAndroidFile()

Implementation

static getAndroidFile() {
  final file = File(androidGradleFile).readAsStringSync();

  print(file);
}