startOfNextMonth static method

DateTime startOfNextMonth()

Start of the next month in the local timezone

Implementation

static DateTime startOfNextMonth() => DateTime.now().startOfNextMonth();