deleteAccountFromDatabase method
override
Implementation
@override
Future<void> deleteAccountFromDatabase() async {
// TODO(tianhaoz95): there should be a way for data backend to access
// authentication information.
await Future.delayed(Duration(milliseconds: 200));
}