create abstract method

Future create(
  1. String path,
  2. dynamic data
)

Implementation

Future create(String path, dynamic data);