deleteUser method
Delete Current User Data From MoEngage Server Note: This API is only applicable for Android Platform @returns - Instance of Future of type UserDeletionData @since 6.1.0
Implementation
Future<UserDeletionData> deleteUser() {
return _platform.deleteUser(appId);
}