deleteAccount method

Future<void> deleteAccount()

Implementation

Future<void> deleteAccount() async {
  await _post('delete', {});
}