signOut method

Future signOut()

Signs out the current user.

Implementation

Future signOut() => handleThenable(jsObject.signOut());