getCard method

Future<String?> getCard(
  1. String userId
)

Implementation

Future<String?> getCard(String userId) {
  throw UnimplementedError('getCard() has not been implemented.');
}