heartbeat static method

Future<void> heartbeat()

Implementation

static Future<void> heartbeat() {
  return QrMobileVisionPlatform.instance.heartbeat();
}