push abstract method

Future<void> push(
  1. List<Operation> operations
)

Implementation

Future<void> push(List<Operation> operations);