clear method

Future<bool> clear()

Clears the whole Worksheet.

Returns Future true in case of success.

Throws GSheetsException.

Implementation

Future<bool> clear() => _clear("'$title'");