getAllAitSession method

Future<List<String>> getAllAitSession(
  1. String myId
)

Implementation

Future<List<String>> getAllAitSession(String myId) async {
  return DatabaseHelper.instance.queryAllAitSession(myId);
}