delete method

Future<void> delete()

Implementation

Future<void> delete() async {
  await firebaseAccount?.delete();
  await signOut();
}