readCard method

Future<Map?> readCard()

Implementation

Future<Map?> readCard() {
  return TianboPluginPlatform.instance.readCard();
}