createTable method Null safety

void createTable()

Creates the XchainRepository.table if it does not exist.

Implementation

void createTable() async {
  throw UnimplementedError();
}