chatDateYearMonth abstract method

String chatDateYearMonth(
  1. String year,
  2. String month
)

No description provided for @chatDateYearMonth.

In en, this message translates to: '{month}/{year}'

Implementation

String chatDateYearMonth(String year, String month);