haltPayout static method

Future<bool> haltPayout()

Implementation

static Future<bool> haltPayout() async {
  return await _channel.invokeMethod(StatusCodeHelper.HALTPAYOUT);
}