SqlStatementErrorCallback typedef

  1. @DomName('SQLStatementErrorCallback')
  2. @Experimental()
void SqlStatementErrorCallback(SqlTransaction transaction, SqlError error)

Source

@DomName('SQLStatementErrorCallback')
// http://www.w3.org/TR/webdatabase/#sqlstatementerrorcallback
@Experimental() // deprecated
typedef void SqlStatementErrorCallback(
    SqlTransaction transaction, SqlError error);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-web_sql/SqlStatementErrorCallback.html