isInvokeShakeOnScreenshot static method

Future<bool?> isInvokeShakeOnScreenshot()

Checks if screenshot invoking is enabled.

Implementation

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