connect function Null safety

DatabaseConnection connect()

Implementation

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