getUserVersion method

Future<int> getUserVersion()

Returns the application defined version of this database.

Implementation

Future<int> getUserVersion() async {
  return await sendCommand("getUserVersion");
}