syncPurchasesInObserverMode static method

Future<void> syncPurchasesInObserverMode()

Android only. This method will send purchases to the Apphud server.

If you use your own purchase logic, you must call this method after every successful purchase or restore.

Implementation

static Future<void> syncPurchasesInObserverMode() async {
  await _channel.invokeMethod('syncPurchasesInObserverMode');
}