openDatabase method
SqlDatabase openDatabase(Source
SqlDatabase openDatabase( String name, String version, String displayName, int estimatedSize, [DatabaseCallback creationCallback]) { if (creationCallback != null) { return _blink.BlinkWindow.instance.openDatabase_Callback_5_( this, name, version, displayName, estimatedSize, creationCallback); } return _blink.BlinkWindow.instance.openDatabase_Callback_4_( this, name, version, displayName, estimatedSize); }
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Window/openDatabase.html