deleteAccount method

Future<bool> deleteAccount()

Delete account and all associated data

Implementation

Future<bool> deleteAccount() => JasprAuthService.instance.deleteAccount();