animate method

  1. @override
Future<void> animate()
override

Used for animating a breathing animation using the parameters of channels, period, and interval set in the GlyphFrame.

Implementation

@override
Future<void> animate() async {
  await methodChannel.invokeMethod('animate');
}