getPeriod method

Future<int?> getPeriod()

Returns the duration of the GlyphFrame is to be turned on, measured in milliseconds.

Implementation

Future<int?> getPeriod() async {
  throw UnimplementedError('getPeriod() has not been implemented.');
}