stopLiveness method

void stopLiveness()

Implementation

void stopLiveness() async {
  _bridge.invokeMethod("stopLiveness", []);
}