createTable method Null safety
Creates the XchainRepository.table if it does not exist.
Implementation
void createTable() async {
throw UnimplementedError();
}
Creates the XchainRepository.table if it does not exist.
void createTable() async {
throw UnimplementedError();
}