signOut static method

Future<bool> signOut()

Signs out of the current ID. The account SDK deletes the cached ID information.

Implementation

static Future<bool> signOut() async {
  return await _c.invokeMethod("signOut");
}