getResultCode method
override
Extended result code on Android/ffi, normal result code on iOS.
This might involve parsing the sqlite native message to extract the code See https://www.sqlite.org/rescode.html for the list of result code
Implementation
@override
int? getResultCode() {
// TODO: implement getResultCode
throw UnimplementedError();
}