getData abstract method

Future<String?> getData(
  1. String token
)

Implementation

Future<String?> getData(String token);