connect function Null safety
Implementation
DatabaseConnection connect() {
throw UnsupportedError(
'No suitable database implementation was found on this platform.');
}
DatabaseConnection connect() {
throw UnsupportedError(
'No suitable database implementation was found on this platform.');
}