delete method

Future<void> delete()

Deletes and signs out the user.

Implementation

Future<void> delete() => handleThenable(jsObject.delete());