deleteAccount method

Future<bool> deleteAccount()

Implementation

Future<bool> deleteAccount() async {
  throw UnsupportedError('Auth operations are only available on web platforms');
}