globalForegroundService static method

void globalForegroundService()

Implementation

static void globalForegroundService() {
  print("current datetime is ${DateTime.now()}");
}