getCycles method

Future<int?> getCycles()

Returns the number of cycles the GlyphFrame is to be turned on for.

Implementation

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