collect method

Future<VaultData?> collect()

Implementation

Future<VaultData?> collect() async {
  return await _cardFormCollector.collect();
}