push function

void push(
  1. Map<String, dynamic> data
)

Implementation

void push(Map<String, dynamic> data) {
  _push(jsify(data));
}