getData abstract method

Future getData(
  1. String id
)

Implementation

Future<dynamic> getData(String id);