trackContentWithoutBuo method

void trackContentWithoutBuo({
  1. required BranchEvent branchEvent,
})

Logs this BranchEvent to Branch for tracking and analytics

Implementation

void trackContentWithoutBuo({required BranchEvent branchEvent}) {
  throw UnimplementedError('trackContentWithoutBuo has not been implemented');
}