isBannerAnimation static method

Future<bool> isBannerAnimation()

Checks if banner animation is enabled (false by default).

Returns true if banner animation is enabled, otherwise false.

Implementation

static Future<bool> isBannerAnimation() async {
  return await _channel.invokeMethod('isBannerAnimation');
}