secondsPlural abstract method

String secondsPlural(
  1. num count
)

No description provided for @secondsPlural.

In ar, this message translates to: '{count,plural, =0{} =1{ثانية واحدة} =2{ثانيتين} few{{count} ثواني} other{{count} ثانية}}'

Implementation

String secondsPlural(num count);