endBackendTransaction method

void endBackendTransaction()

It's used to end transaction during backend processing.

Implementation

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