getShakingThreshold static method

Future<int?> getShakingThreshold()

Checks what value shaking threshold is set on

Implementation

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