getToken abstract method

Future<String> getToken()

IF your are passing parameter to support network call then send authentication token for that api

Implementation

Future<String> getToken();