deleteAccount abstract method

Future<BaseDeleteAccountResponse> deleteAccount({
  1. required String password,
})

Implementation

Future<BaseDeleteAccountResponse> deleteAccount({required String password});