endOfDay static method

Future<void> endOfDay()

Implementation

static Future<void> endOfDay() async {
  await git(DateFormat.yMd().format(DateTime.now()));
}