getLastError static method

String? getLastError()

Executes GetLastError

Implementation

static String? getLastError() => _apiFound ? _version.getLastError() : null;