Returns the number of cycles the GlyphFrame is to be turned on for.
@override Future<int?> getCycles() async { return await methodChannel.invokeMethod<int>('getCycles'); }