loadTableSnapshot abstract method

Future<List<Map<String, dynamic>>?> loadTableSnapshot(
  1. String tableName
)

Implementation

Future<List<Map<String, dynamic>>?> loadTableSnapshot(String tableName);