getCycles method

  1. @override
Future<int?> getCycles()
override

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

Implementation

@override
Future<int?> getCycles() async {
  return await methodChannel.invokeMethod<int>('getCycles');
}