userProfile method

Future<Map<String, dynamic>> userProfile(
  1. String token
)

Implementation

Future<Map<String, dynamic>> userProfile(String token) {
  throw UnimplementedError('userProfile() has not been implemented.');
}