set method

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

Implementation

Future<void> set(Map<String, dynamic> data) => _reference.set(data);